lsof: fix compilation issue with "libtirpc"
authorUlrich Stark <[email protected]>
Fri, 29 Aug 2025 13:08:53 +0000 (15:08 +0200)
committerHannu Nyman <[email protected]>
Sat, 30 Aug 2025 07:35:18 +0000 (10:35 +0300)
adding --without-libtirpc to CONFIGURE_ARGS + version bump. Ref.: https://github.com/openwrt/packages/issues/27357

Signed-off-by: Ulrich Stark <[email protected]>
utils/lsof/Makefile

index 2432160e9bf85ff2e5f8799ab4b160c09d459cb0..ba704d3eac9a7f826c88752cf5a50ffb202c9cd0 100644 (file)
@@ -8,7 +8,7 @@ include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=lsof
 PKG_VERSION:=4.99.5
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/lsof-org/lsof/releases/download/$(PKG_VERSION)
@@ -28,12 +28,11 @@ DISABLE_NLS:=
 define Package/lsof
   SECTION:=utils
   CATEGORY:=Utilities
-  DEPENDS:=+libtirpc
   TITLE:=LiSt Open Files - a diagnostic tool
   URL:=http://people.freebsd.org/~abe/
 endef
 
-CONFIGURE_ARGS += --without-selinux
+CONFIGURE_ARGS += --without-selinux --without-libtirpc
 
 define Package/lsof/install
        $(INSTALL_DIR) $(1)/usr/bin